var sync/atomic.firstStoreInProgress
8 uses
sync/atomic (current package)
value.go#L31: if typ == nil || typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L42: var firstStoreInProgress byte
value.go#L60: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L70: if typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L103: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L113: if typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L154: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L164: if typ == unsafe.Pointer(&firstStoreInProgress) {